Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference
launchContainer
This procedure launches a Progress Dynamics container object. It determines if the object is already running and whether the existing instance should be replaced or a new instance run. The procedure then updates the temp-table of running persistent procedures,
Location: af\app\afsesmngrp.i Parameters:ttPersistentProc, with the appropriate details.INPUT pcObjectFileName AS CHARACTERThe object filename. If it is not known, the physical name or the physical and logical names together can be used.
INPUT pcPhysicalName AS CHARACTERThe physical object name, with path and extension, if known.
INPUT pcLogicalName AS CHARACTERThe logical object name, if applicable and known.
INPUT plOnceOnly AS LOGICALIf
YES, then the procedure checks for an already running instance and uses it, if possible.INPUT pcInstanceAttributes AS CHARACTERThe instance attributes to pass to the container.
INPUT pcChildDataKey AS CHARACTERThe child data key, if applicable.
INPUT pcRunAttribute AS CHARACTERThe run attribute, if required to post into the container run.
INPUT pcContainerMode AS CHARACTERThe container mode, for example, modify, view, add, or copy.
INPUT phParentWindow AS HANDLEThe parent (caller) window handle, if known. (Container window handle.)
INPUT phParentProcedure AS HANDLEThe parent (caller) procedure handle, if known. (Container procedure handle.)
INPUT phObjectProcedure AS HANDLEThe parent (caller) object handle, if known. This is the handle at the end of the toolbar link, for example, a browser.
OUTPUT phProcedureHandle AS HANDLEThe procedure handle of object to run or the running object.
OUTPUT pcProcedureType AS CHARACTERThe procedure type, for example, ADM1, ADM2, ICF, or "".
Notes: None Examples: See the main block inaf\app\xmlcfgp.p.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |